overlay: Don't chain up in size_allocate
authorTimm Bäder <mail@baedert.org>
Thu, 1 Mar 2018 20:36:15 +0000 (21:36 +0100)
committerTimm Bäder <mail@baedert.org>
Sun, 4 Mar 2018 18:12:04 +0000 (19:12 +0100)
commitddcc9b9f2f2929b17c08667e3d311ea0247f9fea
treeceb00b5c06d54c7740ea07415b2b1e61bce8c154
parent8ebec46db5d9c84ae6685633ff50176edd16df95
overlay: Don't chain up in size_allocate

The GtkBin size_allocate implementation will allocate a size to the main
child, which GtkOverlay already does.
gtk/gtkoverlay.c